home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / banker.arc / BANKER.DOC next >
Encoding:
Text File  |  1986-04-24  |  1.5 KB  |  39 lines

  1.  
  2.  
  3. banker.exe is a cheque-book manager program written in 'c'.
  4.  
  5. use the space-bar to select the function desired by the highlight
  6. shown and then press return to carry out that function. or you may
  7. enter the first letter of the function name (eg: 'r' for 'reconcile').
  8.  
  9. when first invoked banker assumes that your data file is called
  10. "banker.dat" this may be changed by using a disk-file utility and
  11. locating the string banker.dat ... and changing it to whatever you
  12. would like to. in version 1.00 this filename starts at record 09c hex
  13. byte 09 hex ... while the program is running the 'file' function will
  14. allow you to select a new data file at any time. this allows you to
  15. handle more than one account with this program. files may be as large
  16. as disk space will allow.
  17.  
  18. files may be sorted according to date. if there is enough memory then
  19. the file will be loaded, sorted and re-written to disk. the old file
  20. will be renamed to "banksort.bak". if there is not enough memory to
  21. handle the entire file then a direct disk sort will be done. the
  22. old file in this case will be copied to "banksort.bak". direct disk
  23. sorts take MUCH longer than in-memory sorts.
  24.  
  25. there are no known bugs. i have used this program for 2 years with a
  26. data-file containing over 2000 entries and have had no problems. if
  27. you find any bugs please let me know about them. if you find this
  28. program useful please forward $10.00 to:
  29.  
  30.           Simon J. Ewins,
  31.           c/o Mirage,
  32.           2161 Yonge Street, #403,
  33.           Toronto, Ontario,
  34.           CANADA.
  35.  
  36. 4/23/86 - sje
  37.  
  38.  
  39.